[GET] ~/criteria/modellines?manufacturers[0]={manufacturers[0]}&manufacturers[1]={manufacturers[1]}&series[0]={series[0]}&series[1]={series[1]}&variants[0]={variants[0]}&variants[1]={variants[1]}

Gets a list model lines for the specified , and .

Request Information

URI Parameters

NameDescriptionType
manufacturers

The manufacturers.

Collection of string

series

The series.

Collection of string

variants

The variants.

Collection of string

Body Parameters

None.

Request Formats

None.

Response Information

Resource Description

An enumerator that allows foreach to be used to process the model lines in this collection.

An instance of: Collection of NameValueLabelPair
NameDescriptionType
Name

An internal, unique name. May be used to derive a front-end image file name from. Not provided for all options.

string

Value

Identifying value of this element, to be used in searches.

string

Label

A human readable label of this element.

string

IsRetired

Indicates, whether this element should be considered as retired, i.e. it is no longer sold new by the the manufacturer.

boolean

Response Formats

application/json, text/json

Sample:
[
  {
    "name": "sample string 1",
    "value": "sample string 2",
    "label": "sample string 3",
    "isRetired": true
  },
  {
    "name": "sample string 1",
    "value": "sample string 2",
    "label": "sample string 3",
    "isRetired": true
  }
]